More GC - Generational Collectors
- Helps uneven memory usage
- Helps object heap fragmentation
- Possibly smaller GC time slice
- Better responsiveness
- It's still not good for real-time
- Doesn't help with the GC thread getting starved
- Doesn't help with hard to delete objects
- Makes the GC algorithm even more complex
next